home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_it.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  184 lines

  1. /*
  2.  * @(#)LocaleElements_it.java    1.6 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_it extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "it_IT" }, // locale id based on iso codes
  57.             { "LocaleID", "0410" }, // Windows id
  58.             { "ShortLanguage", "ita" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "ITA" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "it", "italiano" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "IT", "Italia" },
  68.                     { "CH", "Svizzera" }
  69.                 }
  70.             },
  71.             { "MonthNames", 
  72.                 new String[] { 
  73.                     "gennaio", // january
  74.                     "febbraio", // february
  75.                     "marzo", // march
  76.                     "aprile", // april
  77.                     "maggio", // may
  78.                     "giugno", // june
  79.                     "luglio", // july
  80.                     "agosto", // august
  81.                     "settembre", // september
  82.                     "ottobre", // october
  83.                     "novembre", // november
  84.                     "dicembre", // december
  85.                     "" // month 13 if applicable
  86.                 }
  87.             },
  88.             { "MonthAbbreviations", 
  89.                 new String[] { 
  90.                     "gen", // abb january
  91.                     "feb", // abb february
  92.                     "mar", // abb march
  93.                     "apr", // abb april
  94.                     "mag", // abb may
  95.                     "giu", // abb june
  96.                     "lug", // abb july
  97.                     "ago", // abb august
  98.                     "set", // abb september
  99.                     "ott", // abb october
  100.                     "nov", // abb november
  101.                     "dic", // abb december
  102.                     "" // abb month 13 if applicable
  103.                 }
  104.             },
  105.             { "DayNames", 
  106.                 new String[] { 
  107.                     "domenica", // Sunday
  108.                     "luned\u00ec", // Monday
  109.                     "marted\u00ec", // Tuesday
  110.                     "mercoled\u00ec", // Wednesday
  111.                     "gioved\u00ec", // Thursday
  112.                     "venerd\u00ec", // Friday
  113.                     "sabato" // Saturday
  114.                 }
  115.             },
  116.             { "DayAbbreviations", 
  117.                 new String[] { 
  118.                     "dom", // abb Sunday
  119.                     "lun", // abb Monday
  120.                     "mar", // abb Tuesday
  121.                     "mer", // abb Wednesday
  122.                     "gio", // abb Thursday
  123.                     "ven", // abb Friday
  124.                     "sab" // abb Saturday
  125.                 }
  126.             },
  127.             { "Eras", 
  128.                 new String[] { // era strings
  129.                     "BC", 
  130.                     "dopo Cristo" 
  131.                 }
  132.             },
  133.             { "NumberPatterns", 
  134.                 new String[] { 
  135.                     "#,##0.###;-#,##0.###", // decimal pattern
  136.                     "'L.' #,##0;-'L.' #,##0", // currency pattern
  137.                     "#,##0%" // percent pattertern
  138.                 }
  139.             },
  140.             { "NumberElements", 
  141.                 new String[] { 
  142.                     ",", // decimal separator
  143.                     ".", // group (thousands) separator
  144.                     ";", // list separator
  145.                     "%", // percent sign
  146.                     "0", // native 0 digit
  147.                     "#", // pattern digit
  148.                     "-", // minus sign
  149.                     "E", // exponential
  150.                     "\u2030", // per mille
  151.                     "\u221e", // infinity
  152.                     "\ufffd" // NaN
  153.                 }
  154.             },
  155.             { "CurrencyElements", 
  156.                 new String[] { 
  157.                     "L.", // local currency symbol
  158.                     "ITL", // intl currency symbol
  159.                     "," // monetary decimal separator
  160.                 }
  161.             },
  162.             { "DateTimePatterns", 
  163.                 new String[] { 
  164.                     "H.mm.ss z", // full time pattern
  165.                     "H.mm.ss z", // long time pattern
  166.                     "H.mm.ss", // medium time pattern
  167.                     "H.mm", // short time pattern
  168.                     "EEEE d MMMM yyyy", // full date pattern
  169.                     "d MMMM yyyy", // long date pattern
  170.                     "d-MMM-yy", // medium date pattern
  171.                     "dd/MM/yy", // short date pattern
  172.                     "{1} {0}" // date-time pattern
  173.                 }
  174.             },
  175.             { "DateTimeElements", 
  176.                 new String[] { 
  177.                     "2", // first day of week
  178.                     "4" // min days in first week
  179.                 }
  180.             }
  181.         };
  182.     }
  183. }
  184.